home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / logrotate.d / kdm < prev    next >
Text File  |  2008-10-24  |  100b  |  10 lines

  1. /var/log/kdm.log {
  2.     rotate 7
  3.     daily
  4.     compress
  5.     delaycompress
  6.     copytruncate
  7.     missingok
  8.     notifempty
  9. }
  10.